Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: checkpointing/add logs for checkpoint status change #144

Merged
merged 1 commit into from
Sep 15, 2022

Conversation

gitferry
Copy link
Contributor

@gitferry gitferry commented Sep 15, 2022

This PR added logs for checkpoint status changes for integration test. Currently we can only see the checkpoints' status changing from Accumulating (when first built) to Sealed. By running docker compose, it looks like this,

docker-compose logs | grep babylondnode0 | grep "Checkpointing:"
babylondnode0          | 10:56AM INF Checkpointing: a new raw checkpoint is built for epoch 0
babylondnode0          | 10:56AM INF Checkpointing: checkpoint for epoch 0 is Sealed
babylondnode0          | 10:57AM INF Checkpointing: a new raw checkpoint is built for epoch 1
babylondnode0          | 10:57AM INF Checkpointing: checkpoint for epoch 1 is Sealed
babylondnode0          | 10:58AM INF Checkpointing: a new raw checkpoint is built for epoch 2
babylondnode0          | 10:58AM INF Checkpointing: checkpoint for epoch 2 is Sealed
babylondnode0          | 10:58AM INF Checkpointing: a new raw checkpoint is built for epoch 3
babylondnode0          | 10:59AM INF Checkpointing: checkpoint for epoch 3 is Sealed
babylondnode0          | 10:59AM INF Checkpointing: a new raw checkpoint is built for epoch 4
babylondnode0          | 10:59AM INF Checkpointing: checkpoint for epoch 4 is Sealed
babylondnode0          | 11:00AM INF Checkpointing: a new raw checkpoint is built for epoch 5
babylondnode0          | 11:00AM INF Checkpointing: checkpoint for epoch 5 is Sealed
babylondnode0          | 11:01AM INF Checkpointing: a new raw checkpoint is built for epoch 6
babylondnode0          | 11:01AM INF Checkpointing: checkpoint for epoch 6 is Sealed
babylondnode0          | 11:02AM INF Checkpointing: a new raw checkpoint is built for epoch 7
babylondnode0          | 11:02AM INF Checkpointing: checkpoint for epoch 7 is Sealed
babylondnode0          | 11:03AM INF Checkpointing: a new raw checkpoint is built for epoch 8
babylondnode0          | 11:03AM INF Checkpointing: checkpoint for epoch 8 is Sealed
babylondnode0          | 11:04AM INF Checkpointing: a new raw checkpoint is built for epoch 9
babylondnode0          | 11:04AM INF Checkpointing: checkpoint for epoch 9 is Sealed
babylondnode0          | 11:05AM INF Checkpointing: a new raw checkpoint is built for epoch 10
babylondnode0          | 11:05AM INF Checkpointing: checkpoint for epoch 10 is Sealed
babylondnode0          | 11:06AM INF Checkpointing: a new raw checkpoint is built for epoch 11
babylondnode0          | 11:06AM INF Checkpointing: checkpoint for epoch 11 is Sealed
babylondnode0          | 11:07AM INF Checkpointing: a new raw checkpoint is built for epoch 12
babylondnode0          | 11:07AM INF Checkpointing: checkpoint for epoch 12 is Sealed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants